home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / vsocx / readme.txt next >
Encoding:
Text File  |  1996-04-05  |  4.6 KB  |  148 lines

  1. README.TXT File
  2. README file for VideoSoft VS-OCX, Version 5.00
  3. (C) Copyright VideoSoft, 1991-1995
  4.  
  5. --------------------------------------------------------------------
  6. This document describes the release notes for version 5.00 of the 
  7. VideoSoft VS-OCX custom VBX controls and OLE Controls (OCX).
  8.  
  9. NOTE: VideoSoft improves its manuals at the time of reprinting, 
  10. so some of the information in this file may already be included in
  11. your manuals. We suggest you print this document and attach it to
  12. the manual.
  13. --------------------------------------------------------------------
  14.  
  15. Table of Contents
  16.  
  17.     1. VideoSoft Information
  18.         Email Address
  19.         Ordering information
  20.         Technical Support
  21.  
  22.     2. Installation
  23.         VBX Installation
  24.         OCX Installation
  25.  
  26.         3. Differences between the VBX and OCX Version
  27.  
  28.         4. Other On-line documents
  29.  
  30.         5. New Features in VS-OCX 5.00
  31.  
  32.  
  33. --------------------------------------------------------------------
  34. 1. VideoSoft Information
  35. --------------------------------------------------------------------
  36. VideoSoft
  37. 2625 Alcatraz Avenue, Suite 271
  38. Berkeley, California 94705
  39. Phone (510) 704-8200
  40. FAX   (510) 843-0174
  41.  
  42. Internet:                http://www.videosoft.com
  43. Compuserve Tech Support: at the CIS prompt type "go videosoft"
  44. Compuserve Orders:       at the CIS prompt type "go swreg"
  45.                          VSView/VBX product ID 3244  ($99 + s&h)
  46.                          vsVBX      product ID 1084  ($45 + s&h)
  47.                  vsFlex/VBX product ID 3266  ($99 + s&h)
  48.     
  49.              OCX versions are not available thru SWREG.
  50.  
  51.  
  52. --------------------------------------------------------------------
  53. 2. Installation
  54. --------------------------------------------------------------------
  55.  
  56. A. VBX Installation:
  57.  
  58.  
  59. To install VSVBX.VBX on your system, follow these steps:
  60.  
  61. * Copy the following files into the WINDOWS\SYSTEM directory:
  62.  
  63.    VSVBX.VBX        16-bit VBX Control
  64.    VSVBX.HLP        VSVBX/VS-OCX  on-line documentation and reference
  65.  
  66.  
  67.  
  68. B. OCX Installation:
  69.  
  70. To install VS-OCX.OCX on your system, follow these steps:
  71.  
  72. * Copy the following files into the WINDOWS\SYSTEM directory:
  73.  
  74.    VS-OCX32.OCX        32-bit OLE Control
  75.    VS-OCX16.OCX        16-bit OLE Control
  76.    VSVBX.HLP        VSVBX/VS-OCX on-line documentation and reference
  77.    
  78. Note: In order for the OCX to work, the following files must reside in your system:
  79.  
  80.    OC30.DLL        ships with VB4
  81.    MSVCRT40.DLL     dated 9/29/95 or newer
  82.    OLEPRO32.DLL     dated 10/06/95 or newer
  83.    MFC40.DLL         dated 10/06/95 or newer
  84.  
  85. You can download these files directly from the VideoSoft forum on Compuserve or from the
  86. VideoSoft web site "http://www.videosoft.com".  The filename is OLEDLLS.ZIP
  87.  
  88. * If you want existing VB3 projects to be automatically converted
  89.    to use the OCX, edit the VB.INI file and add the following lines:
  90.    
  91.    [VBX Conversions32]
  92.    ... (other conversions)
  93. vsvbx.vbx={2037E3AD-18D6-101C-8158-221E4B551F8E}#5.0#0;C:\WINDOWS\SYSTEM\vsocx32.ocx
  94.  
  95.    [VBX Conversions16]
  96.    ... (other conversions)
  97. vsvbx.vbx={2037E3AD-18D6-101C-8158-221E4B551F8E}#5.0#0;C:\WINDOWS\SYSTEM\vsocx16.ocx
  98.  
  99. * If you were using a beta copy of VS-OCX you will need to update your
  100. project file (VBP) to match the new GUID of the control:
  101.  
  102.         {2037E3AD-18D6-101C-8158-221E4B551F8E}#5.0#0
  103.  
  104. --------------------------------------------------------------------
  105. 3. Differences between the VBX and OCX versions
  106. --------------------------------------------------------------------
  107.  
  108. Design Time:
  109. -----------
  110.  
  111. IndexTab:
  112.  
  113.  * In the OCX version, you can set the pictures at design time.
  114.  
  115.  
  116. Run Time:
  117. --------
  118.  
  119. Awk Control:
  120.  * In the Variable event the Value parameter is now a Double
  121.  * The Val property also returns a double
  122.  
  123. Elastic Control:
  124.  * At form load, if you want to change the size of any element of the
  125.  form you will need to add the following code at the end of the form
  126.  load event:
  127.  
  128.         me.show
  129.         vselastic1.autosizechildren = vselastic1.autosizechildren
  130.         doevents
  131.  
  132. This is because VB4 to gain speed uses an asyncronic method to load
  133. the forms and differs for previous versions.
  134.  
  135.  
  136. --------------------------------------------------------------------
  137. 4. Other On-line Documents
  138. --------------------------------------------------------------------
  139.  
  140. The quickstart and reference section of the manual are included in the help file VS-OCX.HLP.  
  141.  
  142.  
  143. **** Acknowledgement ***********************************************
  144. The VideoSoft development team thanks the users who reported 
  145. problems and suggested improvements to this product. We will keep
  146. listening to you and working to improve the quality and usefulness
  147. of our tools.
  148.